Skip to main content

ModifySecurityCheckScheduleConfig

Description

Call the ModifySecurityCheckScheduleConfig interface to set the automatic detection time of cloud platform configuration check items, such as setting a certain time period of a specific day every week to automatically perform full check.

Request Method

POST

Request Path

/apsara/route/aegis/ModifySecurityCheckScheduleConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
DaysOfWeekBODYstringNo1,2,3detection period, which can be from Monday to Sunday. multiple days are supported, separated by commas. 1: Monday 2: Tuesday 3: Wednesday 4: Thursday 5: Friday 6: Saturday 7: Sunday
SourceIpBODYstringNo1.2.3.4access source IP address.
EndTimeBODYintegerNo12detection end time. 0: end detection at 00:00-6:00 6: end detection at 6:00-12:00 12: end detection at 12:00-18:00 18: end detection at 18:00-24:00
regionIdBODYstringYesNo sample value for this parameter.region id
StartTimeBODYintegerNo6detection start time. 0: start detection at 00:00-6:00 6: start detection at 6:00-12:00 12: start detection at 12:00-18:00 18: start detection at 18:00-24:00
LangBODYstringNozhthe language type of the request and receive message. zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring48D2E9A9-A1B0-4295-B727-0995757C47E9request ID of the result.

Example

Successful Response example

{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}